Message

Constructors

this
this(string[] strings)

Constructs the message from the strings sent to the control or shell sockets.

this
this(Message other, string msgType, JSONValue content)
Undocumented in source.
this
this(MessageHeader parentHeader, string msgType)
Undocumented in source.
this
this(MessageHeader parentHeader, string msgType, JSONValue content)
Undocumented in source.

Members

Functions

toStrings
string[] toStrings(string key)

Convert to a format suitable for sending over ZMQ

updateHeader
void updateHeader()

Update header with a random uuid and setting the timestamp

Manifest constants

delimiter
enum delimiter;
Undocumented in source.

Variables

content
JSONValue content;
Undocumented in source.
extraRawData
string[] extraRawData;
Undocumented in source.
header
MessageHeader header;
Undocumented in source.
identities
string[] identities;
Undocumented in source.
metadata
JSONValue metadata;
Undocumented in source.
parentHeader
MessageHeader parentHeader;
Undocumented in source.

Meta